dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRangeType<T> Class / LowerBound Property

In This Topic
    LowerBound Property
    In This Topic
    Gets or sets the lower bound of the range.
    Syntax
    'Declaration
     
    Public ReadOnly Property LowerBound As T
    public T LowerBound {get;}

    Property Value

    The value of the lower bound of the range.
    See Also